home *** CD-ROM | disk | FTP | other *** search
/ Aminet 30 / Aminet 30 (1999)(Schatztruhe)[!][Apr 1999].iso / Aminet / text / misc / AmiToVMS.lha / amitovms / AmiToVMS.readme < prev   
Text File  |  1999-01-07  |  672b  |  21 lines

  1. AmiToVMS (1.0 / 7-JAN-1999)
  2.  
  3. This is just a very little tool to convert an Amiga text file
  4. to VMS text file (VMS is for OpenVMS operating system).
  5.  
  6. Tested on AmigaOS 3.1 and OpenVMS 7.1.
  7. Writted in ANSI/C.
  8. Source included.
  9. Public domain (freeware).
  10.  
  11. Quick "How to use" :
  12.   Open a shell and run AmiToVMS.
  13.   The program will ask a filename and then will create a new file (VMS format)
  14.   called "filename_VMS".
  15.  
  16. Dirty "How it works" :
  17.   The program reads byte by byte the source file and write byte by byte the
  18.   destination file.
  19.   If the "0A" byte is found, then the program will write "0D0A" instead.
  20.   That's all (VMS seems to have the same ASCII table, CR/LF excepted).
  21.